var vendor/golang.org/x/net/http2/hpack.staticTable

8 uses

	vendor/golang.org/x/net/http2/hpack (current package)
		encode.go#L92: 	i, nameValueMatch = staticTable.search(f)
		encode.go#L99: 		return j + uint64(staticTable.len()), nameValueMatch
		hpack.go#L193: 	return d.dynTab.table.len() + staticTable.len()
		hpack.go#L201: 	if i <= uint64(staticTable.len()) {
		hpack.go#L202: 		return staticTable.ents[i-1], true
		hpack.go#L211: 	return dt.ents[dt.len()-(int(i)-staticTable.len())], true
		tables.go#L122: 	if t != staticTable {
		tables.go#L129: var staticTable = newStaticTable()